if service.click({
{"Accept call",
}
})
return true
end

if service.click({
{"End call",
}
})
return true
end

if service.click({
{"Gửi tin nhắn đi",
}
})
return true
end
if service.click({
{"*Nhấn và giữ để ghi âm*",
}
})
return true
end

if service.execute("模拟长按")
return true
end

if service.click({
{"Mở nơi soạn tin nhắn thoại",
}
})
return true
end